home *** CD-ROM | disk | FTP | other *** search
/ Chip 2003 December / Chip_2003-12_cd1.bin / software / poco / pocosetup.exe / {app} / Poco.exe / 0 / RCDATA / TFRMHTMLDIALOG / TFRMHTMLDIALOG.txt
Text File  |  2003-07-29  |  2KB  |  82 lines

  1. object FrmHTMLDialog: TFrmHTMLDialog
  2.   Left = 373
  3.   Top = 133
  4.   Width = 369
  5.   Height = 345
  6.   BorderIcons = [biSystemMenu]
  7.   Caption = 'PocoMail'
  8.   Color = clBtnFace
  9.   Font.Charset = DEFAULT_CHARSET
  10.   Font.Color = clWindowText
  11.   Font.Height = -13
  12.   Font.Name = 'MS Sans Serif'
  13.   Font.Style = []
  14.   OldCreateOrder = False
  15.   Position = poScreenCenter
  16.   Scaled = False
  17.   OnShow = FormShow
  18.   PixelsPerInch = 120
  19.   TextHeight = 16
  20.   object PnlBottom: TPanel
  21.     Left = 0
  22.     Top = 264
  23.     Width = 361
  24.     Height = 41
  25.     Align = alBottom
  26.     BevelOuter = bvNone
  27.     TabOrder = 0
  28.     DesignSize = (
  29.       361
  30.       41)
  31.     object BtnClose: TButton
  32.       Left = 262
  33.       Top = 6
  34.       Width = 93
  35.       Height = 29
  36.       Anchors = [akTop, akRight]
  37.       Caption = 'Close'
  38.       Default = True
  39.       ModalResult = 1
  40.       TabOrder = 0
  41.       OnClick = BtnCloseClick
  42.     end
  43.     object BtnURL: TButton
  44.       Left = 8
  45.       Top = 6
  46.       Width = 135
  47.       Height = 29
  48.       Caption = 'Visit Website'
  49.       TabOrder = 1
  50.       OnClick = BtnURLClick
  51.     end
  52.   end
  53.   object PnlMain: TPanel
  54.     Left = 0
  55.     Top = 0
  56.     Width = 361
  57.     Height = 264
  58.     Align = alClient
  59.     BevelOuter = bvNone
  60.     TabOrder = 1
  61.     object HTML: THTMLViewer
  62.       Left = 0
  63.       Top = 0
  64.       Width = 361
  65.       Height = 264
  66.       OnHotSpotClick = HTMLHotSpotClick
  67.       TabOrder = 0
  68.       Align = alClient
  69.       BorderStyle = htFocused
  70.       HistoryMaxCount = 0
  71.       DefFontName = 'Times New Roman'
  72.       DefPreFontName = 'Courier New'
  73.       NoSelect = False
  74.       CharSet = DEFAULT_CHARSET
  75.       PrintMarginLeft = 2
  76.       PrintMarginRight = 2
  77.       PrintMarginTop = 2
  78.       PrintMarginBottom = 2
  79.     end
  80.   end
  81. end
  82.